01. Final Project Overview
Containerize and Deploy using Continuous Delivery
FSND C4 L3 A01 Final Project Overview
Project Overview
In this project you will:
- Write a Dockerfile for a simple Flask API
- Build and test the container locally
- Create an EKS cluster
- Store a secret using parameter store
- Create a CodePipeline pipeline triggered by GitHub checkins
- Create a CodeBuild stage which will build, test, and deploy your code